Fix formatting
This commit is contained in:
parent
42d5dfc5a6
commit
2b0296fd32
1 changed files with 20 additions and 20 deletions
|
@ -21,18 +21,18 @@ defmodule RDF.Utils.ResourceClassifier do
|
|||
|
||||
@property_properties (Enum.map(
|
||||
~w[
|
||||
domain
|
||||
range
|
||||
subPropertyOf
|
||||
],
|
||||
domain
|
||||
range
|
||||
subPropertyOf
|
||||
],
|
||||
&rdfs_iri/1
|
||||
) ++
|
||||
Enum.map(
|
||||
~w[
|
||||
equivalentProperty
|
||||
inverseOf
|
||||
propertyDisjointWith
|
||||
],
|
||||
equivalentProperty
|
||||
inverseOf
|
||||
propertyDisjointWith
|
||||
],
|
||||
&owl_iri/1
|
||||
))
|
||||
|> MapSet.new()
|
||||
|
@ -48,18 +48,18 @@ defmodule RDF.Utils.ResourceClassifier do
|
|||
rdfs_iri("ContainerMembershipProperty")
|
||||
| Enum.map(
|
||||
~w[
|
||||
ObjectProperty
|
||||
DatatypeProperty
|
||||
AnnotationProperty
|
||||
FunctionalProperty
|
||||
InverseFunctionalProperty
|
||||
SymmetricProperty
|
||||
AsymmetricProperty
|
||||
ReflexiveProperty
|
||||
IrreflexiveProperty
|
||||
TransitiveProperty
|
||||
DeprecatedProperty
|
||||
],
|
||||
ObjectProperty
|
||||
DatatypeProperty
|
||||
AnnotationProperty
|
||||
FunctionalProperty
|
||||
InverseFunctionalProperty
|
||||
SymmetricProperty
|
||||
AsymmetricProperty
|
||||
ReflexiveProperty
|
||||
IrreflexiveProperty
|
||||
TransitiveProperty
|
||||
DeprecatedProperty
|
||||
],
|
||||
&owl_iri/1
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue