Trinh H. Nguyen

first commit

1 +@prefix ilap: <http://standards.iso.org/iso/15926/ontology/integrated-lifecycle-asset-planning/> .
2 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
3 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
4 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
5 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
6 +@prefix list: <http://www.co-ode.org/ontologies/list.owl#> .
7 +@prefix ilap-xsd: <http://standards.iso.org/iso/15926/xsd-generator-ontology/integrated-lifecycle-asset-planning/> .
8 +@prefix lci: <http://standards.iso.org/iso/15926/tech/ontology/life-cycle-integration/> .
9 +@prefix dct: <http://purl.org/dc/terms/> .
10 +@prefix ptrn: <http://data.posccaesar.org/ptrn/> .
11 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
12 +@prefix lcm: <http://standards.iso.org/iso/15926/tech/ontology/life-cycle-metadata/> .
13 +@prefix rdl: <http://data.posccaesar.org/rdl/> .
14 +@prefix ilap-view: <http://standards.iso.org/iso/15926/view-ontology/integrated-lifecycle-asset-planning/> .
15 +@prefix pn: <http://www.w3.org/2005/xpath-functions#> .
16 +@prefix dc: <http://purl.org/dc/elements/1.1/> .
17 +
18 +
19 +
20 +ilap-xsd:UsedDefinedProperty a owl:Class .
21 +
22 +ilap-xsd:UsedDefinedPropertyDefinition a owl:Class .
23 +
24 +ilap-xsd:hasUserDefinedProperty a owl:ObjectProperty ;
25 + rdfs:range ilap-xsd:UserDefinedProperty .
26 +
27 +ilap-xsd:userDefinedPropertyHasDefinition a
28 +owl:ObjectProperty, owl:FunctionalProperty ;
29 + rdfs:domain ilap-xsd:UserDefinedProperty ;
30 + rdfs:range ilap-xsd:UserDefinedPropertyDefinition .
31 +
32 +ilap-xsd:userDefinedPropertyHasValue a owl:FunctionalProperty ;
33 + rdfs:domain ilap-xsd:UserDefinedProperty .
34 +
35 +
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.