-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#173] fix to OFN cas model; turning off OntoUml validation rules to …
…speed things up
- Loading branch information
Showing
12 changed files
with
358 additions
and
371 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
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,77 @@ | ||
@prefix : <https://slovník.gov.cz/generický/čas/mapování#> . | ||
@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 bibo: <http://purl.org/ontology/bibo/> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix vann: <http://purl.org/vocab/vann/> . | ||
@prefix schema: <https://schema.org/> . | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix g-sgov-čas: <https://slovník.gov.cz/generický/čas/> . | ||
@prefix z-sgov-pojem: <https://slovník.gov.cz/základní/pojem/> . | ||
@prefix g-sgov-čas-pojem: <https://slovník.gov.cz/generický/čas/pojem/> . | ||
@prefix a-popis-dat-pojem: <http://onto.fel.cvut.cz/ontologies/slovník/agendový/popis-dat/pojem/> . | ||
@base <https://slovník.gov.cz/generický/čas/mapování> . | ||
|
||
<https://slovník.gov.cz/generický/čas/mapování> rdf:type owl:Ontology ; | ||
owl:versionIRI <https://slovník.gov.cz/generický/čas/mapování/verze/0.0.1> ; | ||
owl:imports g-sgov-čas:model ; | ||
dcterms:created "2021-02-04" ; | ||
dcterms:title "Generický slovník pro čas - mapování"@cs ; | ||
bibo:status "Specification"@en , | ||
"Specifikace"@cs ; | ||
vann:preferredNamespacePrefix "g-sgov-čas-pojem" ; | ||
vann:preferredNamespaceUri "https://slovník.gov.cz/generický/čas/pojem/" . | ||
|
||
################################################################# | ||
# Object Properties | ||
################################################################# | ||
|
||
### https://schema.org/repeatFrequency | ||
schema:repeatFrequency rdf:type owl:ObjectProperty . | ||
|
||
|
||
### https://slovník.gov.cz/generický/čas/pojem/má-frekvenci | ||
g-sgov-čas-pojem:má-frekvenci rdfs:subPropertyOf schema:repeatFrequency . | ||
|
||
|
||
################################################################# | ||
# Data properties | ||
################################################################# | ||
|
||
### https://schema.org/repeatCount | ||
schema:repeatCount rdf:type owl:DatatypeProperty . | ||
|
||
|
||
### https://slovník.gov.cz/generický/čas/pojem/počet-opakování | ||
g-sgov-čas-pojem:počet-opakování rdfs:subPropertyOf schema:repeatCount . | ||
|
||
|
||
################################################################# | ||
# Classes | ||
################################################################# | ||
|
||
### http://onto.fel.cvut.cz/ontologies/slovník/agendový/popis-dat/pojem/mapování | ||
a-popis-dat-pojem:mapování rdf:type owl:Class . | ||
|
||
|
||
### https://schema.org/Schedule | ||
schema:Schedule rdf:type owl:Class . | ||
|
||
|
||
### https://slovník.gov.cz/generický/čas/pojem/časová-specifikace | ||
g-sgov-čas-pojem:časová-specifikace rdfs:subClassOf schema:Schedule . | ||
|
||
|
||
################################################################# | ||
# Individuals | ||
################################################################# | ||
|
||
### https://slovník.gov.cz/generický/čas/mapování | ||
<https://slovník.gov.cz/generický/čas/mapování> rdf:type owl:NamedIndividual , | ||
a-popis-dat-pojem:mapování . | ||
|
||
|
||
### Generated by the OWL API (version 4.5.12.2019-05-06T20:49:08Z) https://github.com/owlcs/owlapi |
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.