-
Notifications
You must be signed in to change notification settings - Fork 0
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 #24 from LiUSemWeb/dev
Add Files to Landing Page
- Loading branch information
Showing
46 changed files
with
195 additions
and
107 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
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
@base <https://w3id.org/dppo/ontology/base/> . | ||
@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 dpp-info: <https://w3id.org/dppo/ontology/dpp-info/> . | ||
@prefix dpp-info: <http://w3id.org/dppo/ontology/dpp-info/>. | ||
@prefix dpp-odp: <http://w3id.org/dppo/ontology/dpp-odp/> . | ||
@prefix dpp-prov: <http://w3id.org/dppo/ontology/dpp-prov/> . | ||
@prefix dpp-comp: <http://w3id.org/dppo/ontology/dpp-comp/> . | ||
|
||
_:b a dpp-info:CompositionInformation . | ||
_:b a dpp-comp:CompositionInformation ; | ||
dpp-comp:aboutPart [ a dpp-odp:Product ] ; | ||
dpp-comp:aboutWhole [ a dpp-odp:Product ] . |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,25 +1,11 @@ | ||
@base <https://w3id.org/dppo/ontology/base/> . | ||
@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 dpp-info: <http://w3id.org/dppo/ontology/dpp-info/> . | ||
@prefix dpp-info: <http://w3id.org/dppo/ontology/dpp-info/>. | ||
@prefix dpp-odp: <http://w3id.org/dppo/ontology/dpp-odp/> . | ||
@prefix dpp-prov: <http://w3id.org/dppo/ontology/dpp-prov/> . | ||
@prefix dpp-comp: <http://w3id.org/dppo/ontology/dpp-comp/> . | ||
|
||
_:b a dpp-info:DPPInformation ; | ||
dpp-info:hasTime "2023-11-24T11:34:00"^^xsd:dateTime ; | ||
dpp-info:responsibleActor [ a dpp-prov:Actor ] . | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
dpp-info:startTime "2023-11-24T11:34:00"^^xsd:dateTime ; | ||
dpp-prov:responsibleActor [ a dpp-prov:Actor ] . |
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
@base <https://w3id.org/dppo/ontology/base/> . | ||
@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 dpp-odp: <https://w3id.org/dppo/ontology/dpp-odp/> . | ||
@prefix dpp-info: <https://w3id.org/dppo/ontology/dpp-info/> . | ||
@prefix dpp-info: <http://w3id.org/dppo/ontology/dpp-info/>. | ||
@prefix dpp-odp: <http://w3id.org/dppo/ontology/dpp-odp/> . | ||
@prefix dpp-prov: <http://w3id.org/dppo/ontology/dpp-prov/> . | ||
@prefix dpp-comp: <http://w3id.org/dppo/ontology/dpp-comp/> . | ||
|
||
_:b1 a dpp-info:DPPInformation ; | ||
dpp-info:hasTime "2023-11-24T11:34:00"^^xsd:dateTime ; | ||
dpp-info:hasInvalidTime "2023-11-25T11:34:00"^^xsd:dateTime ; | ||
dpp-info:responsibleActor [ a dpp-prov:Actor ] ; | ||
dpp-info:startTime "2023-11-24T11:34:00"^^xsd:dateTime ; | ||
dpp-info:endTime "2023-11-25T11:34:00"^^xsd:dateTime ; | ||
dpp-prov:responsibleActor [ a dpp-prov:Actor ] ; | ||
dpp-info:superceededBy _:b2 . | ||
|
||
_:b2 a dpp-info:DPPInformation ; | ||
dpp-info:hasTime "2023-11-24T11:34:00"^^xsd:dateTime ; | ||
dpp-info:responsibleActor [ a dpp-prov:Actor ] . | ||
dpp-info:startTime "2023-11-24T11:34:00"^^xsd:dateTime ; | ||
dpp-prov:responsibleActor [ a dpp-prov:Actor ] . |
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
@base <https://w3id.org/dppo/ontology/base/> . | ||
@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 dpp: <https://w3id.org/dppo/ontology/dpp/> . | ||
@prefix dpp-odp: <https://w3id.org/dppo/ontology/dpp-odp/> . | ||
@prefix info: <https://w3id.org/dppo/ontology/dpp-info/> . | ||
@prefix dpp-info: <http://w3id.org/dppo/ontology/dpp-info/>. | ||
@prefix dpp-odp: <http://w3id.org/dppo/ontology/dpp-odp/> . | ||
@prefix dpp-prov: <http://w3id.org/dppo/ontology/dpp-prov/> . | ||
@prefix dpp-comp: <http://w3id.org/dppo/ontology/dpp-comp/> . | ||
|
||
_:b1 a info:DPP_Information ; | ||
info:hasTime "2023-11-24T11:34:00"^^xsd:dateTime ; | ||
info:responsibleActor [ a info:Actor ] ; | ||
info:about [ a dpp-odp:Product ] . | ||
_:b1 a dpp-info:DPPInformation ; | ||
dpp-info:startTime "2023-11-24T11:34:00"^^xsd:dateTime ; | ||
dpp-prov:responsibleActor [ a dpp-prov:Actor ] ; | ||
dpp-info:isAbout [ a dpp-odp:Product ] . |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
@base <https://w3id.org/dppo/ontology/base/> . | ||
@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 dpp-odp: <https://w3id.org/dppo/ontology/dpp-odp/> . | ||
@prefix dpp-info: <http://w3id.org/dppo/ontology/dpp-info/>. | ||
@prefix dpp-odp: <http://w3id.org/dppo/ontology/dpp-odp/> . | ||
@prefix dpp-prov: <http://w3id.org/dppo/ontology/dpp-prov/> . | ||
@prefix dpp-comp: <http://w3id.org/dppo/ontology/dpp-comp/> . | ||
|
||
_:b a dpp-odp:Product . |
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 |
---|---|---|
@@ -1,8 +1,10 @@ | ||
@base <https://w3id.org/dppo/ontology/base/> . | ||
@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 dpp-odp: <https://w3id.org/dppo/ontology/dpp-odp/> . | ||
@prefix dpp-info: <http://w3id.org/dppo/ontology/dpp-info/>. | ||
@prefix dpp-odp: <http://w3id.org/dppo/ontology/dpp-odp/> . | ||
@prefix dpp-prov: <http://w3id.org/dppo/ontology/dpp-prov/> . | ||
@prefix dpp-comp: <http://w3id.org/dppo/ontology/dpp-comp/> . | ||
|
||
_:b a dpp-odp:Product ; | ||
dpp-odp:hasPart [ a dpp-odp:Product ] . |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# CQ: Does the product contain substances of concern? | ||
# Products that contain substances of concern | ||
SELECT DISTINCT ?product | ||
WHERE { | ||
?product a dpp-odp:Product ; | ||
dpp-odp:hasPart/a/rdfs:subclassOf* dpp-comp:SubstanceOfConcern . | ||
} |
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,11 @@ | ||
# CQ: What kind of additional information is provided (in terms of data source type)? | ||
# Where to find this additional information? | ||
SELECT ?product ?document ?actor | ||
WHERE { | ||
?dpp a/rdfs:subClassOf* dpp-odp:DPP ; | ||
dpp-odp:describes ?product ; | ||
dpp-odp:contains ?info . | ||
?info a/rdfs:subClassOf* dpp-info:DPPInformation ; | ||
dpp-prov:responsibleActor ?actor ; | ||
dpp-info:externalDocument ?document . | ||
} |
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,24 @@ | ||
# CQ: What is the meaning of a specific information within a DPP? | ||
"# Find info, the type of the info, comments and whether the piece of information is still valid | ||
SELECT ?dpp ?info ?class ?comment ?valid | ||
WHERE { | ||
?dpp a/rdfs:subClassOf* dpp-odp:DPP ; | ||
dpp-odp:contains ?info . | ||
?info a ?class | ||
?class rdfs:subClassOf+ dpp-info:DPPInformation ; | ||
rdfs:comment ?comment . | ||
OPTIONAL { ?info dpp-info:hasInvalidTime ?invalidTime } | ||
BIND(IF(BOUND(?invalidTime), ""no"", ""yes"") AS ?valid) | ||
} | ||
|
||
# Find info, the type of the info, its equivalent classes and whether the piece of information is still valid | ||
SELECT ?dpp ?info ?class ?equivalentClass ?valid | ||
WHERE { | ||
?dpp a/rdfs:subClassOf* dpp-odp:DPP ; | ||
dpp-odp:contains ?info . | ||
?info a ?class . | ||
?class rdfs:subClassOf+ dpp-info:DPPInformation ; | ||
owl:equivalentClass ?equivalentClass . | ||
OPTIONAL { ?info dpp-info:hasInvalidTime ?invalidTime } | ||
BIND(IF(BOUND(?invalidTime), ""no"", ""yes"") AS ?valid) | ||
}"´´ |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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,9 @@ | ||
# CQ: If the product contains at least one substance of concern, how many and what kind of substances of concern? | ||
# Number of distinct substances of concern per product | ||
SELECT ?product (COUNT(DISTINCT ?substance) AS ?count) | ||
WHERE { | ||
?product a dpp-odp:Product ; | ||
dpp-odp:hasPart ?substance . | ||
?substance a/rdfs:subclassOf* dpp-comp:SubstanceOfConcern . | ||
} | ||
GROUP BY ?product |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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,9 @@ | ||
# CQ: If the product contains at least one substance of concern, how many and what kind of substances of concern? | ||
# Kinds of substances of concern per product (exclude dpp-odp:SubstanceOfConcern) | ||
SELECT ?product ?substance ?kind | ||
WHERE { | ||
?product a dpp-odp:Product ; | ||
dpp-odp:hasPart ?substance . | ||
?substance a ?kind . | ||
?kind rdfs:subClassOf+ dpp-comp:SubstanceOfConcern . | ||
} |
Oops, something went wrong.