-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from tdwg/boolean
Boolean CV metadata
- Loading branch information
Showing
45 changed files
with
228 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
id,class | ||
$root,null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
header,predicate,type,value,attribute,subject_id | ||
version_isDefinedBy,rdfs:isDefinedBy,iri,,,$root | ||
version_isDefinedBy,dcterms:isPartOf,iri,,,$root | ||
version_issued,dcterms:issued,datatype,,xsd:date,$root | ||
version_status,tdwgutility:status,datatype,,xsd:string,$root | ||
replaces_version,dcterms:replaces,iri,,,$root | ||
replaces1_version,dcterms:replaces,iri,,,$root | ||
replaces2_version,dcterms:replaces,iri,,,$root | ||
label,rdfs:label,language,,en,$root | ||
label,skos:prefLabel,language,,en,$root | ||
definition,rdfs:comment,language,,en,$root | ||
definition,skos:definition,language,,en,$root | ||
definition_derived_from ,sawsdlrdf:modelReference,iri,,,$root | ||
usage,skos:scopeNote,language,,en,$root | ||
notes,dcterms:description,language,,en,$root | ||
examples,skos:example,language,,en,$root | ||
skos_inScheme,skos:inScheme,iri,http://rs.tdwg.org/boolean/values/,,$root | ||
controlled_value_string,rdf:value,plain,,,$root | ||
type,rdf:type,iri,,,$root | ||
term_localName,dcterms:isVersionOf,iri,http://rs.tdwg.org/boolean/values/,,$root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
id,class | ||
$root,null |
1 change: 1 addition & 0 deletions
1
boolean-versions/boolean-versions-replacements-column-mappings.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
header,predicate,type,value,attribute,subject_id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
replacing_version,replaced_version_localName |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
document_modified,version,versionLocalName,version_isDefinedBy,version_issued,version_status,replaces_version,replaces1_version,replaces2_version,label,skos_inScheme,definition,definition_derived_from,usage,notes,examples,controlled_value_string,type,term_localName | ||
2024-03-11T21:37:22-05:00,http://rs.tdwg.org/boolean/values/version/b-2023-03-13,b-2023-03-13,http://rs.tdwg.org/boolean/values/version/,2023-03-13,recommended,,,,boolean values concept scheme,,A SKOS Concept Scheme for boolean values,,,,,,http://www.w3.org/2004/02/skos/core#ConceptScheme,b | ||
2024-03-11T21:37:22-05:00,http://rs.tdwg.org/boolean/values/version/b0-2023-03-13,b0-2023-03-13,http://rs.tdwg.org/boolean/values/version/,2023-03-13,recommended,,,,false,b,Concept representing a boolean false value,,"In systems where datatyping is possible, this value SHOULD be serialized using the datatyped value appropriate for false values in that system.",,,false,http://www.w3.org/2004/02/skos/core#Concept,b0 | ||
2024-03-11T21:37:22-05:00,http://rs.tdwg.org/boolean/values/version/b1-2023-03-13,b1-2023-03-13,http://rs.tdwg.org/boolean/values/version/,2023-03-13,recommended,,,,true,b,Concept representing a boolean true value,,"In systems where datatyping is possible, this value SHOULD be serialized using the datatyped value appropriate for true values in that system.",,,true,http://www.w3.org/2004/02/skos/core#Concept,b1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
domainRoot,coreClassFile,documentClass,creator,outputDirectory,outFileNameAfter,separator,baseIriColumn,modifiedColumn | ||
http://rs.tdwg.org/boolean/values/version/,boolean-versions.csv,foaf:document,Biodiversity Information Standards (TDWG),c:\test\output\,,",",versionLocalName,document_modified |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
link_column,link_property,suffix1,link_characters,suffix2,filename,forward_link | ||
replaced_version_localName,dcterms:replaces,replacing_version,http,,boolean-versions-replacements.csv,dcterms:isReplacedBy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
curie,value | ||
rdf,http://www.w3.org/1999/02/22-rdf-syntax-ns# | ||
rdfs,http://www.w3.org/2000/01/rdf-schema# | ||
xsd,http://www.w3.org/2001/XMLSchema# | ||
owl,http://www.w3.org/2002/07/owl# | ||
dc,http://purl.org/dc/elements/1.1/ | ||
dcterms,http://purl.org/dc/terms/ | ||
dwc,http://rs.tdwg.org/dwc/terms/ | ||
skos,http://www.w3.org/2004/02/skos/core# | ||
tdwgutility,http://rs.tdwg.org/dwc/terms/attributes/ | ||
foaf,http://xmlns.com/foaf/0.1/ | ||
dwciri,http://rs.tdwg.org/dwc/iri/ | ||
sawsdlrdf,http://www.w3.org/ns/sawsdl# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
id,class | ||
$root,null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
header,predicate,type,value,attribute,subject_id | ||
term_isDefinedBy,rdfs:isDefinedBy,iri,,,$root | ||
term_isDefinedBy,dcterms:isPartOf,iri,,,$root | ||
term_created,dcterms:created,datatype,,xsd:date,$root | ||
term_modified,dcterms:modified,datatype,,xsd:date,$root | ||
term_deprecated,owl:deprecated,datatype,,xsd:boolean,$root | ||
replaces_term,dcterms:replaces,iri,,,$root | ||
replaces1_term,dcterms:replaces,iri,,,$root | ||
replaces2_term,dcterms:replaces,iri,,,$root | ||
label,rdfs:label,language,,en,$root | ||
label,skos:prefLabel,language,,en,$root | ||
definition,rdfs:comment,language,,en,$root | ||
definition,skos:definition,language,,en,$root | ||
definition_derived_from ,sawsdlrdf:modelReference,iri,,,$root | ||
usage,skos:scopeNote,language,,en,$root | ||
notes,dcterms:description,language,,en,$root | ||
examples,skos:example,language,,en,$root | ||
skos_inScheme,skos:inScheme,iri,http://rs.tdwg.org/boolean/values/,,$root | ||
controlled_value_string,rdf:value,plain,,,$root | ||
type,rdf:type,iri,,,$root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
id,class | ||
$root,null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
header,predicate,type,value,attribute,subject_id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
replacing_term,replaced_term_localName |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
id,class | ||
$root,null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
header,predicate,type,value,attribute,subject_id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
version,term_localName | ||
http://rs.tdwg.org/boolean/values/version/b-2023-03-13,b | ||
http://rs.tdwg.org/boolean/values/version/b0-2023-03-13,b0 | ||
http://rs.tdwg.org/boolean/values/version/b1-2023-03-13,b1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
document_modified,term_localName,term_isDefinedBy,term_created,term_modified,term_deprecated,replaces_term,replaces1_term,replaces2_term,label,skos_inScheme,definition,definition_derived_from,usage,notes,examples,controlled_value_string,type | ||
2024-03-11T21:37:22-05:00,b,http://rs.tdwg.org/boolean/values/,2023-03-13,2023-03-13,,,,,boolean values concept scheme,,A SKOS Concept Scheme for boolean values,,,,,,http://www.w3.org/2004/02/skos/core#ConceptScheme | ||
2024-03-11T21:37:22-05:00,b0,http://rs.tdwg.org/boolean/values/,2023-03-13,2023-03-13,,,,,false,b,Concept representing a boolean false value,,"In systems where datatyping is possible, this value SHOULD be serialized using the datatyped value appropriate for false values in that system.",,,false,http://www.w3.org/2004/02/skos/core#Concept | ||
2024-03-11T21:37:22-05:00,b1,http://rs.tdwg.org/boolean/values/,2023-03-13,2023-03-13,,,,,true,b,Concept representing a boolean true value,,"In systems where datatyping is possible, this value SHOULD be serialized using the datatyped value appropriate for true values in that system.",,,true,http://www.w3.org/2004/02/skos/core#Concept |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
domainRoot,coreClassFile,documentClass,creator,outputDirectory,outFileNameAfter,separator,baseIriColumn,modifiedColumn | ||
http://rs.tdwg.org/boolean/values/,boolean.csv,foaf:document,Biodiversity Information Standards (TDWG),c:\test\output\,,",",term_localName,document_modified |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
link_column,link_property,suffix1,link_characters,suffix2,filename,forward_link | ||
term_localName,dcterms:isVersionOf,version,http,,boolean-versions.csv,dcterms:hasVersion | ||
replaced_term_localName,dcterms:replaces,replacing_term,http,,boolean-replacements.csv,dcterms:isReplacedBy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
curie,value | ||
rdf,http://www.w3.org/1999/02/22-rdf-syntax-ns# | ||
rdfs,http://www.w3.org/2000/01/rdf-schema# | ||
xsd,http://www.w3.org/2001/XMLSchema# | ||
owl,http://www.w3.org/2002/07/owl# | ||
dc,http://purl.org/dc/elements/1.1/ | ||
dcterms,http://purl.org/dc/terms/ | ||
dwc,http://rs.tdwg.org/dwc/terms/ | ||
skos,http://www.w3.org/2004/02/skos/core# | ||
tdwgutility,http://rs.tdwg.org/dwc/terms/attributes/ | ||
foaf,http://xmlns.com/foaf/0.1/ | ||
dwciri,http://rs.tdwg.org/dwc/iri/ | ||
sawsdlrdf,http://www.w3.org/ns/sawsdl# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.