-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsulo-dev.ttl
24 lines (19 loc) · 1.28 KB
/
sulo-dev.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@prefix : <https://w3id.org/sulo/sulo-dev/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/sulo/sulo-dev/> .
<https://w3id.org/sulo/sulo-dev> rdf:type owl:Ontology ;
owl:imports <https://w3id.org/sulo/sulo.ttl> ;
rdfs:comment "development version of SULO"@en .
#################################################################
# Classes
#################################################################
### https://w3id.org/sulo/ActionSpecification
<https://w3id.org/sulo/ActionSpecification> rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/sulo/InformationObject> ;
rdfs:comment "An action specification is an information object composed of a sequence of instructions to achieve some objective"@en ;
rdfs:label "action specification"@en .
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi