updated individual submodel abox files for academic degrees, date time value precsions and document statuses. Also, a few date/time mapping sparql constructs.
This commit is contained in:
parent
48a7a656f7
commit
019f461e4a
9 changed files with 162 additions and 215 deletions
|
@ -16,7 +16,7 @@ PREFIX core: <http://vivoweb.org/ontology/core#>
|
|||
Construct {
|
||||
_:dtv a core:DateTimeValue .
|
||||
_:dtv core:dateTime ?theDate .
|
||||
_:dtv core:dateTimePrecision core:YearMonthDayPrecision .
|
||||
_:dtv core:dateTimePrecision core:yearMonthDayPrecision .
|
||||
?thing core:dateTimeValue _:dtv .
|
||||
} where {
|
||||
?thing core:date ?theDate .
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
||||
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
||||
PREFIX swrl: <http://www.w3.org/2003/11/swrl#>
|
||||
PREFIX swrlb: <http://www.w3.org/2003/11/swrlb#>
|
||||
PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#>
|
||||
PREFIX vivo: <http://vivo.library.cornell.edu/ns/0.1#>
|
||||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
PREFIX dcterms: <http://purl.org/dc/terms/>
|
||||
PREFIX event: <http://purl.org/NET/c4dm/event.owl#>
|
||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
||||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
Construct {
|
||||
_:dtv a core:DateTimeValue .
|
||||
_:dtv core:dateTime ?theDate .
|
||||
_:dtv core:dateTimePrecision core:yearMonthDayTimePrecision .
|
||||
?thing core:dateTimeValue _:dtv .
|
||||
} where {
|
||||
?thing core:dateTime ?theDate .
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
||||
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
||||
PREFIX swrl: <http://www.w3.org/2003/11/swrl#>
|
||||
PREFIX swrlb: <http://www.w3.org/2003/11/swrlb#>
|
||||
PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#>
|
||||
PREFIX vivo: <http://vivo.library.cornell.edu/ns/0.1#>
|
||||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
PREFIX dcterms: <http://purl.org/dc/terms/>
|
||||
PREFIX event: <http://purl.org/NET/c4dm/event.owl#>
|
||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
||||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
Construct {
|
||||
_:dtv a core:DateTimeValue .
|
||||
_:dtv core:dateTime ?theDate .
|
||||
_:dtv core:dateTimePrecision core:yearPrecision .
|
||||
?thing core:dateTimeValue _:dtv .
|
||||
} where {
|
||||
?thing core:year ?theDate .
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
||||
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
||||
PREFIX swrl: <http://www.w3.org/2003/11/swrl#>
|
||||
PREFIX swrlb: <http://www.w3.org/2003/11/swrlb#>
|
||||
PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#>
|
||||
PREFIX vivo: <http://vivo.library.cornell.edu/ns/0.1#>
|
||||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
PREFIX dcterms: <http://purl.org/dc/terms/>
|
||||
PREFIX event: <http://purl.org/NET/c4dm/event.owl#>
|
||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
||||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
Construct {
|
||||
_:dtv a core:DateTimeValue .
|
||||
_:dtv core:dateTime ?theDate .
|
||||
_:dtv core:dateTimePrecision core:yearMonth .
|
||||
?thing core:dateTimeValue _:dtv .
|
||||
} where {
|
||||
?thing core:yearMonth ?theDate .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue